home *** CD-ROM | disk | FTP | other *** search
/ Univers Interactif 3 / INTERACTIF.BIN / pc / planeten / internet / hyperwai.sea / Release Notes / Release Notes 28 Feb 1993 < prev    next >
Text File  |  1993-02-11  |  4KB  |  110 lines

  1. Release Notes 28 February 1993
  2. -----------------------------
  3.  
  4. Version 1.7
  5.  
  6. HyperWais Stack
  7. ---------------
  8.  
  9. - You can now click on an application summary line to
  10. automatically populate the various fields in the 
  11. "edit applications" screen.
  12.  
  13. - You can now click on a document headline to view it, and 
  14. option-click to save it.
  15.  
  16. - The stack now cleans up the headline before presenting it
  17. as a file name, it tries to do this in as clean a way as possible,
  18. either taking the first word of the headline or truncating it to 
  19. 25 characters if it still is too long.
  20.  
  21. - A couple of nifty little icons on the title screen which animate
  22. themselves when you move the mouse over either of them.
  23.  
  24. - Cleaned up the stack script and created some initializeCard
  25. scripts for each card which are called when the stack is
  26. opened. These scripts do various things to the cards to which 
  27. they are attached. This has helped in reducing the size of the 
  28. stack script.
  29.  
  30. - Added feature which allows the user to save and open questions.
  31. This feature saves the query and the chosen sources to a files. The 
  32. format is wais compatible, but I have not tried to open any 
  33. WAIStation questions files. Headlines and relevance feedback are
  34. not saved as part of a question. Also created a wais-questions folder.
  35.  
  36. XFCNs
  37. -----
  38.  
  39. - Changed the docTypeLen from 16 to 30 characters. This changes
  40. was made to accomodate long type lists returned by multi-type
  41. databases. 
  42.  
  43. - Fixed a bug which filtered out all the applications when the 
  44. application chooser was invoked when the Wais Listener was 
  45. not found on the local machine. The filter is also case-insentitive.
  46.  
  47. - Added two new XFCNs which will allow the user to download a 
  48. document to the local machine if the Wais Listener is running on
  49. another machine. The two XFCNs are called HCGetDocToLocalFile
  50. and HCGetDocToLocalFileByID and are drop-in replacements for 
  51. HCGetDocToFile and HCGetDocToFileByID respectively. To use them
  52. all you need to do is to change the two XFCN names in the stack 
  53. script.
  54.  
  55.  
  56. Wais Caller routines
  57. ------------------
  58.  
  59. - Changed the docTypeLen from 16 to 30 characters. This changes
  60. was made to accomodate long type lists returned by multi-type
  61. databases. 
  62.  
  63. - Added two functions which will allow the user to download a 
  64. document to the local machine if the Wais Listener is running on
  65. another machine. The two functions are called GetDocToLocalFile
  66. and GetDocToLocalFileByID and are drop-in replacements for 
  67. GetDocToFile and GetDocToFileByID respectively. The difference
  68. is that they fetch the document and save it locally rather than
  69. asking the Wais Listener to do it.
  70.  
  71.  
  72. Wais Listener and C Libraries
  73. --------------------------
  74.  
  75. - Fixed a bug in the Wais Listener.debug which prevented the 
  76. user from saving the log file that was listed in the debug
  77. window.
  78.  
  79. - There is a bug which prevents the Wais Listener.debug
  80. application from communicating with the clipboard when
  81. cutting and pasting, cant figure that one out at this time.
  82.  
  83. - Fixed a bug which did not reliably send back the document 
  84. type with the relevance feedback entries, this did not bother
  85. the regular server, but caused problems with the multi-type
  86. server I put together.
  87.  
  88. - Fixed a bug which did not update the site IP number in the
  89. document structures.
  90.  
  91. - Changed the docTypeLen from 16 to 30 characters. This changes
  92. was made to accomodate long type lists returned by multi-type
  93. databases. 
  94.  
  95. - Fixed a small memory leak in the relevance feedback code, a 
  96. document id was not being released when it was supposed to 
  97. be.
  98.  
  99. - Streamlined the code which builds the search and the get 
  100. document APDUs.
  101.  
  102. - Fixed a couple of little bugs which made some assumptions about
  103. the document types which where downloaded. These bugs were
  104. identified when the functions for downloading documents to a 
  105. local machine were implemented.
  106.  
  107. - Streamlined the allocation of document chuck handles, now the handle
  108. it set to the size of the chunk rather than an arbitrary size, this 
  109. make for better memory usage.
  110.